From: Arnaud Rebillout Date: Sat, 16 Dec 2017 16:12:50 +0000 (+0700) Subject: gtk: remove non-breaking space, probably there by mistake X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~38^2~89 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=1e7982212f90a22249b84fffb5788114dcc8b3d2;p=gtk%2B3.0.git gtk: remove non-breaking space, probably there by mistake Signed-off-by: Arnaud Rebillout https://bugzilla.gnome.org/show_bug.cgi?id=791710 --- diff --git a/gtk/gtktextbuffer.c b/gtk/gtktextbuffer.c index 81b95f5d83..3efec4942c 100644 --- a/gtk/gtktextbuffer.c +++ b/gtk/gtktextbuffer.c @@ -3827,7 +3827,7 @@ remove_all_selection_clipboards (GtkTextBuffer *buffer) * @override_location: (allow-none): location to insert pasted text, or %NULL * @default_editable: whether the buffer is editable by default * - * Pastes the contents of a clipboard. If @override_location is %NULL, the + * Pastes the contents of a clipboard. If @override_location is %NULL, the * pasted text will be inserted at the cursor position, or the buffer selection * will be replaced if the selection is non-empty. *